home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
guis
/
gadutil
/
docs
/
autodocs
/
09.gu_freeinput
< prev
next >
Wrap
Text File
|
1996-07-16
|
598b
|
30 lines
gadutil.library/GU_FreeInput gadutil.library/GU_FreeInput
NAME
GU_FreeInput -- Unblock input to a blocked window.
SYNOPSIS
GU_FreeInput(window)
A0
VOID GU_FreeInput(struct Window *);
FUNCTION
Unblock a window's user input. Call this function after blocking
the input with GU_BlockInput().
INPUTS
window - the window that was blocked with GU_BlockInput().
EXAMPLE
BlockInput(myWin);
About();
FreeInput();
Will block the parent window for user input while displaying the
About requester of a program.
SEE ALSO
GU_BlockInput()